home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Magazine
/
C_Tutorial
/
Part-6
/
asl2
/
bitmap.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-10-25
|
180b
|
13 lines
#ifndef BITMAP_H
#define BITMAP_H
#include<graphics/gfx.h>
#include<intuition/screens.h>
int createBitmap(void);
void freeBitmap(void);
struct BitMap* getBitmap(void);
#endif